home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / export / GNUEmacs / add_to_.emacs
Lisp/Scheme  |  1994-05-12  |  565b  |  15 lines

  1. AmiTCP/IP GNUEmacs support files has been installed into your system. In
  2. order to use TCP/IP program with your GNU Emacs you must add the following
  3. emacs-lisp lines into your s:.emacs file. (after installation you can
  4. recall this text by issuing the command: more util/EmacsTcp/add_to_.emacs)
  5.  
  6. --8<-----8<-----8<-----8<-----8<------>8----->8----->8----->8----->8--
  7. ; $Id$
  8. ; GNU Emacs networking support. 
  9.  
  10. ; Name of the program that initiates and holds the internet connection.
  11. (setq tcp-program-name "tcp_AmiTCP")
  12.  
  13. ; Load elisp wrapper for tcp_AmiTCP
  14. (load "tcp")
  15.